home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / UTILREEN / SHOWLOGO.LZH / READ.ME < prev    next >
Text File  |  1992-03-01  |  17KB  |  463 lines

  1.  
  2.  
  3.  
  4.  
  5.                   ShowLogo v1.0  Copyright 1991 Desert Frog Software
  6.  
  7.  
  8.              INTRODUCTION
  9.  
  10.              ShowLogo is a screen saver for your PC.  Once installed, it
  11.              monitors your keyboard, mouse and parallel ports, looking
  12.              for activity.  If there is no activity after a user-
  13.              definable period ShowLogo saves whatever is on the screen
  14.              currently and displays a logo or some other image.  ShowLogo
  15.              can also be activated by pressing specific combinations of
  16.              keys (known as hotkeys).  Depending on the hotkey selected,
  17.              the program can display a multi-line message, lock your
  18.              computer, go to sleep, wake up or display your logo.
  19.              Numerous command-line options allow precise control.
  20.  
  21.              ShowLogo supports 25, 43 and 50 line color displays as well
  22.              as the standard EGA and VGA color graphics modes.
  23.  
  24.              ShowLogo occupies only 6.8K of RAM once installed.  The rest
  25.              of the program is swapped to either expanded memory or the
  26.              hard disk.
  27.  
  28.  
  29.              SYSTEM REQUIREMENTS
  30.  
  31.              ShowLogo requires a hard disk and a COLOR VGA video system.
  32.              Expanded memory is recommended but not required.  380K of
  33.              free RAM is required during installation and removal of the
  34.              program, as well as 850K of disk space or expanded memory.
  35.              The program works with DOS versions 3.0 through 5.0 and is
  36.              compatible with Microsoft and Logitech mice.
  37.  
  38.  
  39.              INSTALLATION
  40.  
  41.              To install ShowLogo log onto the drive containing the
  42.              ShowLogo disk and type INSTALL.
  43.  
  44.  
  45.              ADDING SHOWLOGO TO YOUR AUTOEXEC.BAT FILE
  46.  
  47.              If you want ShowLogo to be loaded automatically every time
  48.              you power up the computer you need to add it to your
  49.              AUTOEXEC.BAT file.  The program should be loaded after any
  50.              network drivers or communications programs (see COMMAND-LINE
  51.              OPTIONS) but before any DOS shell or menu programs.  For
  52.              example, assume you have installed the program in the
  53.              C:\LOGO directory.  You would add the following line to your
  54.              AUTOEXEC.BAT file:
  55.  
  56.                   C:\LOGO\SHOWLOGO
  57.  
  58.              The next time you reboot or power up the system, ShowLogo
  59.              will automatically be loaded.
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.              RUNNING SHOWLOGO
  73.  
  74.              Running ShowLogo is easy even if you haven't added it to
  75.              your AUTOEXEC.BAT file.  For example, if you had installed
  76.              the program in the C:\LOGO directory, you would type
  77.              C:\LOGO\SHOWLOGO to run the program (see Command Line
  78.              switches below for details on how to set various options
  79.              when you start the program).  When you run the program it
  80.              will display some information on the screen and return you
  81.              to the DOS prompt.
  82.  
  83.              ShowLogo will pop up after the number of minutes you
  84.              specified (the default is 2 minutes).  You can pop up the
  85.              program at any time from within most any text or graphics
  86.              mode program by typing Alt-LeftShift-A <ALT><LShft><A>.
  87.              This means to hold down either ALT key and the left SHIFT
  88.              key while typing an A.  This will cause ShowLogo to display
  89.              your logo immediately.
  90.  
  91.              To lock the system use the Alt-LeftShift-L <ALT><LShft><L>
  92.              hotkey.  You will then be asked to enter and confirm a
  93.              password.  Once the password is confirmed the "system
  94.              locked" message will appear and the system will be locked
  95.              until you reenter the password or shut off the computer.
  96.  
  97.              To display a message use the Alt-LeftShift-M <ALT><LShft><M>
  98.              hotkey.  You can enter five lines of 35 characters.  When
  99.              you have finished typing your message just keep pressing
  100.              ENTER until all five lines have been entered.  The message
  101.              will remain on the screen until you press a key or move the
  102.              mouse.
  103.  
  104.              To put the program to sleep, use the Alt-LeftShift-S
  105.              <ALT><LShft><S> hotkey (You can also put ShowLogo to sleep
  106.              using a command line option).  This will prevent ShowLogo
  107.              from popping up until it is awakened.  You can still pop up
  108.              ShowLogo manually.
  109.  
  110.              To wake the program use the Alt-LeftShift-W <ALT><LShft><W>
  111.              hotkey (You can also wake ShowLogo using a command line
  112.              option).  Waking the program allows it to pop up after no
  113.              activity.
  114.  
  115.              Allow the program several seconds after you deactivate it
  116.              before trying to activate it again.  The swapping process
  117.              takes a few seconds to complete and the program will ignore
  118.              the hotkeys until it is done.
  119.  
  120.  
  121.  
  122.              COMMAND LINE OPTIONS
  123.  
  124.              ShowLogo can accept various commands when it is run from the
  125.              DOS prompt.  The following list details the command line
  126.              options understood by the program.  The commands are entered
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136.  
  137.              like this: SHOWLOGO /4 /N LOGONAME.PCX.  This set of options
  138.              tells ShowLogo to pop up after 4 minutes of inactivity and
  139.              to use the logo named LOGONAME.PCX.
  140.  
  141.              The command line options are:
  142.  
  143.              /1..9          Set a delay time of 1 to 9 minutes.  The
  144.                             program will pop up after this number of
  145.                             minutes with no keyboard, mouse or parallel
  146.                             port activity.
  147.  
  148.              /D             Force disk swapping.  Allows you to prevent
  149.                             the program from using expanded memory.  You
  150.                             would only want to choose this option if you
  151.                             need to reserve the expanded memory for
  152.                             another application.
  153.  
  154.              /G             Go to sleep.  Allows the user to prevent
  155.                             ShowLogo from popping up automatically.  This
  156.                             is useful to prevent the interruption of
  157.                             activities that use the serial port (like
  158.                             downloading files via modem).  Also useful if
  159.                             ShowLogo causes problems when popping up over
  160.                             a particular program.
  161.  
  162.              /H hexkey      Specify the TSR hot key in hex.  ShowLogo is
  163.                             what is known as a Terminate-and-Stay-
  164.                             Resident (TSR) program.  That is why it can
  165.                             pop up even though you are running another
  166.                             program.  It is possible that one of the
  167.                             programs you use may itself use <ALT><LShft>
  168.                             <A>.  If that is the case you will want to
  169.                             change the hot key which activates ShowLogo.
  170.                             This option allows you to do so.  Two
  171.                             alternative hot keys are: <ALT><LeftShift>
  172.                             <Z> (enter A2C as the hexkey) and <ALT><TAB>
  173.                             (enter 80F as the hexkey).
  174.  
  175.              /M             Squelch swapping messages.  ShowLogo displays
  176.                             a message when swapping itself to and from
  177.                             the hard disk.  If you don't want the message
  178.                             displayed, select this option.
  179.  
  180.              /N name        Enter the name of the logo file you want to
  181.                             display.  If this option is not used, the
  182.                             program will display the file called
  183.                             LOGO.PCX.  The logo file must be located in
  184.                             the same directory as the file SHOWLOGO.EXE.
  185.  
  186.              /S path        Specify the drive and directory for swap
  187.                             files.  When swapping itself to the disk,
  188.                             ShowLogo puts it's swap files in the C:\
  189.                             directory.  If you want them stored somewhere
  190.                             else enter the drive and directory to use.
  191.  
  192.  
  193.  
  194.  
  195.  
  196.  
  197.  
  198.  
  199.  
  200.  
  201.  
  202.  
  203.              /U             Unload ShowLogo from memory.  This will not
  204.                             be possible if another TSR program has been
  205.                             loaded after ShowLogo.  A message will be
  206.                             displayed on the screen telling whether or
  207.                             not the program was successfully unloaded.
  208.  
  209.              /W             Wake up.  Reactivates ShowLogo's automatic
  210.                             pop up code.  Use this command when the
  211.                             program is asleep and you are ready for it to
  212.                             resume it's automatic function.
  213.  
  214.              /?             Show these command line options.  This
  215.                             command does not install ShowLogo in memory,
  216.                             it merely displays the options.
  217.  
  218.  
  219.              GENERATING YOUR OWN LOGO FILE
  220.  
  221.              ShowLogo works with images stored using the popular PCX
  222.              format.  PCX images can be created using PC Paintbrush or
  223.              other paint programs that support the format.  The program
  224.              expects a logo to be created in 640x350 16-color mode.
  225.              Logos that are created in this mode but that are smaller
  226.              than 640x350 will move about the screen randomly to reduce
  227.              the chance of burning-in the monitor.  The logo file must be
  228.              stored in the same directory as the file SHOWLOGO.EXE.
  229.  
  230.  
  231.              GETTING YOUR LOGO SCANNED BY DESERT FROG SOFTWARE
  232.  
  233.              Desert Frog Software provides a high quality scanning
  234.              service in support of this product.  For a $20 fee Desert
  235.              Frog will scan and convert a photograph of your logo into a
  236.              format usable by ShowLogo.  The scanned image can be
  237.              replicated and freely used for any purpose and on any number
  238.              of PCs.
  239.  
  240.              When submitting a logo for scanning, limit the size of the
  241.              source image to 8.5 by 11 inches or less.  Specify whether
  242.              you want a full-screen logo which does not move, or a
  243.              smaller logo which will move around the screen randomly to
  244.              reduce the chance of burning-in the phosphors on your
  245.              monitor.
  246.  
  247.  
  248.  
  249.  
  250.  
  251.              CONFLICTS WITH OTHER PROGRAMS
  252.  
  253.              ShowLogo is a Terminate and Stay Resident (TSR) program.
  254.              MS-DOS was not designed to support TSRs, so there is always
  255.              a chance pf conflicts between the resident program and the
  256.              normal application running at the time.  Try the suggestions
  257.              listed here if you have a conflict between ShowLogo and
  258.              another program.
  259.  
  260.  
  261.  
  262.  
  263.  
  264.  
  265.  
  266.  
  267.  
  268.  
  269.  
  270.              Problem #1: Program X uses the same hotkey as ShowLogo.
  271.  
  272.              Solution: Use the /H command line option to set a different
  273.              primary hotkey for ShowLogo.
  274.  
  275.              Problem #2: My mouse behaves funny when I run program X with
  276.              ShowLogo installed.
  277.  
  278.              Solution: Put ShowLogo to sleep when running this program.
  279.              You can either do it manually using the <ALT><LSHFT><S>
  280.              hotkey or by using the /G command line option.  A better
  281.              solution if you use program X a lot is to create a batch
  282.              file to run program X.  The first command in the batch file
  283.              would be: SHOWLOGO /G (preceeded by the appropriate path).
  284.              The next command would be the command necessary to activate
  285.              program X.  The last command in the batch file would be:
  286.              SHOWLOGO /W (again preceeded by the appropriate path).  This
  287.              would wake ShowLogo so that it could resume it's normal
  288.              functions.
  289.  
  290.              Problem #3: ShowLogo pops up when I'm doing very long
  291.              recalculations with my spreadsheet.
  292.  
  293.              Solution: Put ShowLogo to sleep using one of the methods
  294.              listed in the solution to problem #2.
  295.  
  296.              Problem #4: ShowLogo pops up when I'm downloading files from
  297.              a bulletin board and I lose the file and my connection.
  298.  
  299.              Solution: Same as for problems #2 and #3.
  300.  
  301.              Problem: Program X runs a lot slower than it used to.
  302.  
  303.              Solution: Program X was probably using Expanded memory for
  304.              data or overlay storage and now ShowLogo is using that
  305.              memory.  Run ShowLogo with the /D command line option to
  306.              force it to use disk space for storing it's swap files
  307.              instead of using the expanded memory.
  308.  
  309.  
  310.  
  311.  
  312.  
  313.  
  314.  
  315.  
  316.  
  317.  
  318.  
  319.  
  320.  
  321.  
  322.  
  323.  
  324.  
  325.  
  326.  
  327.  
  328.  
  329.  
  330.  
  331.  
  332.  
  333.  
  334.  
  335.  
  336.  
  337.  
  338.  
  339.              REMEMBER: If you make use of this software beyond a
  340.              reasonable evaluation period you are expected to pay a
  341.              registration fee of $20 to:
  342.  
  343.                               Desert Frog Software
  344.                                  P.O. Box 10413
  345.                                Glendale, AZ 85318
  346.                           Please make payment by check.
  347.  
  348.              The registration fee entitles a single user to use this
  349.              software and to make unlimited backup copies.
  350.  
  351.              When you register you will receive a disk containing a
  352.              registered copy of the latest version of ShowLogo and the
  353.              latest version of Desert Frog Screen Scenes, a great screen
  354.              saver for home or personal use.
  355.  
  356.              Desert Frog Software provides a high quality scanning
  357.              service in support of this product.  See the section
  358.              entitled: "GETTING YOUR LOGO SCANNED BY DESERT FROG
  359.              SOFTWARE" for details.
  360.  
  361.              Questions?  Call (602) 843-0183 evenings or weekends.
  362.  
  363.              Desert Frog Software disclaims all warranties relating to
  364.              this software, whether express or implied.
  365.  
  366.  
  367.  
  368.  
  369.  
  370.  
  371.  
  372.  
  373.  
  374.  
  375.  
  376.  
  377.  
  378.  
  379.  
  380.  
  381.  
  382.  
  383.  
  384.  
  385.  
  386.  
  387.  
  388.  
  389.  
  390.  
  391.  
  392.  
  393.  
  394.  
  395.  
  396.  
  397.  
  398.  
  399.  
  400.  
  401.                                        INVOICE
  402.  
  403.              Remit to:                          From:
  404.  
  405.              Desert Frog Software               ______________________
  406.  
  407.              P.O. Box 10413                     ______________________
  408.  
  409.              Glendale, AZ 85318                 ______________________
  410.  
  411.              (602) 843-0183                     ______________________
  412.  
  413.                                                 Contact Individual:
  414.  
  415.                                                 ______________________
  416.  
  417.                                                 ______________________
  418.  
  419.              Qty                                Unit Price*    Total
  420.  
  421.              ___ ShowLogo v1.0                  __________     _______
  422.  
  423.              Disk Type:  5 1/4 ___   3 1/2 ___
  424.  
  425.              Shipping and Handling                               $2.00
  426.  
  427.                                                 Total   =      _______
  428.  
  429.              ShowLogo v1.0 has been delivered to and accepted by the
  430.              customer.  Upon receipt of this paid invoice Desert Frog
  431.              Software will provide the customer with a disk containing a
  432.              registered copy of the latest version of ShowLogo as well as
  433.              the latest version of Desert Frog Screen Scenes.  The
  434.              customer may provide copies of this software to as many
  435.              users as paid for.
  436.  
  437.              * Volume discounts and site license fees are shown below.
  438.  
  439.                        # of copies    Price per copy
  440.  
  441.                        1-10           20.00
  442.                        11-25          17.00
  443.                        26-50          14.00
  444.                        51-100         10.00
  445.  
  446.              An unlimited site license is available for $1000.00.  All
  447.              prices are in US dollars.
  448.  
  449.              If you don't mind answering a question, can you tell us
  450.              where you got this disk?
  451.  
  452.              Friend __  Bulletin Board (which?) _____________________
  453.  
  454.              Catalog (which?) _______________________________________
  455.  
  456.              Other _____________________________________
  457.  
  458.  
  459.  
  460.  
  461.  
  462.  
  463.